.en-title {
    height: auto;
    font-size: 50px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    color: #e6e6e6;
    margin-top: 90px;
}
.decoration-box {
    text-align: center;
    margin-bottom: 50px;
}
.decoration {
    position: relative;
    width: 200px;
    height: 14px;
    margin: 0 auto 20px;
}
.decoration::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0px;
    width: 70px;
    height: 1px;
    background: #d9d9d9;
}
.decoration::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 0px;
    width: 70px;
    height: 1px;
    background: #d9d9d9;
}
/* .service-row{
    margin-top: 60px;
} */
.honor-container {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin-bottom: 100px;
}
.honor-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.honor-container .swiper-slide img {
    width: 100%;
}
.honor-container .swiper-slide div {
    padding: 20px;
    background: #f7f7f7;
    border-radius: 4px;
}
.honor-container .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    background: #e5e5e5;
    border-radius: 3px;
    opacity: 1;
}
.honor-container .swiper-pagination-bullet-active {
    opacity: 1;
    width: 30px;
    height: 6px;
    background: #004b8e;
    border-radius: 3px;
}
.newslist-content {
    display: flex;
    align-items: center;
}
.news-img-box {
    width: 194px;
    height: 110px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    overflow: hidden;
}
.news-img-box img {
    width: 100%;
    height: 100%;
}
.news-img-span {
    padding: 20px;
}
.new-text-box {
    flex: 1;
    padding: 20px 20px 20px 0px;
}
.new-date-box {
    width: 110px;
    height: 110px;
    border-left: 1px solid #e6e6e6;
}
.new-date-box div:nth-child(1) {
    width: 100%;
    font-size: 50px;
    text-align: center;
    color: #004b8e;
}
.new-date-box div:nth-child(2) {
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #808080;
}
.partner-box {
    display: grid;
    /* 要求子盒子三个一行 ，每个子盒子中间间隔30px*/
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.aiproduct_img,.interservice{
    padding-top: 150px;
}
.news-center, .ourwork {
    width: 100%;
    float: left;
    overflow: hidden;
    padding-top: 100px;
}